From: Jim Blandy Date: Tue, 4 May 1993 02:33:19 +0000 (+0000) Subject: * keymap.c (Fdefine_prefix_command): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96408 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cd8520b9d54237af2bc59415c4471237e1f506e1;p=emacs.git * keymap.c (Fdefine_prefix_command): Doc fix. --- diff --git a/src/keymap.c b/src/keymap.c index b2eb948be92..ea7e4aceca3 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -913,7 +913,7 @@ KEY is a string representing a sequence of keystrokes.") } DEFUN ("define-prefix-command", Fdefine_prefix_command, Sdefine_prefix_command, 1, 2, 0, - "Define COMMAND as a prefix command.\n\ + "Define COMMAND as a prefix command. COMMAND should be a symbol.\n\ A new sparse keymap is stored as COMMAND's function definition and its value.\n\ If a second optional argument MAPVAR is given, the map is stored as\n\ its value instead of as COMMAND's value; but COMMAND is still defined\n\